GetWindowFeatures
NEW WITH THE APPEARANCE MANAGER
Gets the features a window supports.
pascal OSStatus GetWindowFeatures ( WindowPtr inWindow, UInt32* outFeatures);
inWindow
- On input, a pointer to the window whose features you wish to determine.
outFeatures
- On output, a pointer to a bit field specifying the features the window supports; see "Reporting Window Features".
- function result
- A result code; see "Result Codes".
DISCUSSION
TheGetWindowFeatures
function produces a window definition function's features in response to akWindowMsgGetFeatures
message. For a list of the features a window might support, see "Reporting Window Features".SEE ALSO
"Appearance Manager Gestalt Selector Constants".